Xbasic

Debugging Functions

Description

Functions that can be used to help with debugging Alpha Anywhere applications.

Name
Description
_debug Function

Forces an application thread to break in the Xbasic debugger.

DEBUG Function

Forces the application to break in the Xbasic debugger.

PROFILER_BEGIN Function

Start profiling code after the command.

profiler_dump Function

Format and write a summary of the profiling data collected. If WriteToFile is false the data is written to a trace window pane.

PROFILER_END Function

End code profiling after the command.

profiler_pause Function

Suspend profiling temporarily.

profiler_reset Function

Clear out the data collected by the profiler so far.

profiler_resume Function

Continue profiling after pausing.